Q3Texture_GetHeight
You can use theQ3Texture_GetHeight
function to get the height of a texture.
TQ3Status Q3Texture_GetHeight ( TQ3TextureObject texture, unsigned long *height);
texture
- A texture object.
height
- On exit, the height of the specified texture.
DESCRIPTION
TheQ3Texture_GetHeight
function returns, in theheight
parameter, the height of the texture specified by thetexture
parameter.